Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rollback detection #1

Merged
merged 7 commits into from
Nov 26, 2024
Merged

Conversation

solaris-marco
Copy link

No description provided.

Copy link

@etiennechabert etiennechabert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good overall, let's goo

except TaskPlacementError as e:
slack.notify_failure(cluster, str(e), service=service)
if rollback:
click.secho('%s\n' % str(e), fg='red', err=True)
rollback_task_definition(deployment, td, new_td, sleep_time=sleep_time)
exit(1)
exit(100)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

explicit about rollback code to detect it later

@solaris-marco solaris-marco merged commit 76b5934 into develop Nov 26, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants